Learn R Programming

sits (version 0.13.0)

`sits_bands<-`: Replaces the names of the bands

Description

Replaces the names of the bands

Usage

sits_bands(x) <- value

Arguments

x

Valid sits tibble (time series or a cube)

value

Vector of bands

Examples

Run this code
# NOT RUN {
# Replace the name of bands for the samples for Mato Grosso
sits_bands(samples_modis_4bands) <- c("ndvi", "evi", "nir", "mir")
# }

Run the code above in your browser using DataLab